@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-decoration: none;
  font-family: "思源黑体 CN";
  outline: none;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("product_listproduct_list./font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

header {
  width: 100%;
  height: 170px;
  background-color: #ffffff;
  z-index: 9999;
}

header .header .head {
  height: 110px;
  border-bottom: #e5e5e5 1px solid;
}

header .header .head .w {
  height: 110px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

header .header .head .w .logo img {
  position: absolute;
  left: 0;
  top: 23px;
  width: 178px;
  height: 64px;
}

header .header .head .w .search input {
  position: absolute;
  left: 623px;
  top: 34px;
  width: 338px;
  height: 40px;
  border: solid #e5e5e5 1px;
  border-radius: 5px;
  padding: 0 10px;
}

header .header .head .w .phone .iconfont {
  position: absolute;
  font-size: 20px;
  right: 156px;
  top: 44px;
  color: #185494;
}

header .header .head .w .number p a {
  position: absolute;
  right: 0;
  top: 41px;
  color: #185494;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
}

header .header .nav {
  width: 1200px;
  height: 59px;
  margin: 0 auto;
}

header .header .nav ul {
  display: flex;
}

header .header .nav ul li {
  position: relative;
  text-align: center;
  width:150px;
}
header .header .nav ul li .second{
  z-index: 2;
  top: 59px;
  width: 100%;
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f5f5f5;
}
header .header .nav ul li .second .item{
  float: left;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  border-bottom: dashed 1px #cccccc;
}
header .header .nav ul li .second .item:hover{
  color: #185494;
  font-weight: bold;
}
header .header .nav ul li .second .item:last-child{
  border-bottom: none;
}

header .header .nav ul li a {
  line-height: 59px;
  color: #333333;
  font-size: 16px;
}

header .header .nav ul li.active a {
  font-weight: bold;
  color: #185494;
}

header .header .nav ul li a:hover {
  font-weight: bold;
  color: #185494;
}

header .header .nav ul li .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #185494;
  left: 70px;
  top: 43px;
  display: none;
}

header .header .nav ul li.active .triangle, header .header .nav ul li:hover .triangle {
  display: block;
}
header .header .nav ul li.active .triangle, header .header .nav ul li:hover .second {
  display: block;
}

.section2 .banner2 {
  width: 100%;
  height: 620px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section2 .banner2 .swiper-wrapper {
  height: 620px;
}

.section2 .banner2 .swiper-pagination {
  position: absolute;
  text-align: center;
}

.section2 .banner2 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #bfbed2;
  opacity: 1;
  border-radius: 0;
}

.section2 .banner2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 4px;
  background-color: #369c3f;
}

.section2 .banner2 .swiper-button-prev {
  background-image: url(none);
}

.section2 .banner2 .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 40px;
}

.section2 .banner2 .swiper-button-next {
  background-image: url(none);
  transform: rotate(180deg);
}

.section2 .banner2 .swiper-button-next span.iconfont {
  color: #fff;
  font-size: 40px;
}

.section2 .pro_center {
  height: 678px;
}

.section2 .pro_center .mian {
  width: 1200px;
}

.section2 .pro_center .mian .pro_text {
  height: 258px;
}

.section2 .pro_center .mian .pro_text .pro_title {
  float: left;
  width: 300px;
  height: 258px;
}

.section2 .pro_center .mian .pro_text .pro_title ul {
  margin-top: 60px;
  width: 300px;
}

.section2 .pro_center .mian .pro_text .pro_title ul li {
  width: 300px;
  height: 44px;
  line-height: 56px;
  font-size: 26px;
  color: #185494;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2 .pro_center .mian .pro_text .pro_title ul li:nth-child(3) {
  color: #333333;
  font-size: 20px;
}

.section2 .pro_center .mian .pro_text .pro_texts {
  float: right;
  width: 900px;
  height: 258px;
}

.section2 .pro_center .mian .pro_text .pro_texts ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li {
  height: 50px;
  width: 210px;
  list-style: disc;
  color: #185494;
  width: 186px;
  line-height: 50px;
  position: relative;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li.active {
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li span {
  font-size: 10px;
  color: #ffffff;
  right: 0;
  top: 0;
  position: absolute;
  transform: rotate(180deg);
  display: none;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li span.active {
  display: block;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li a {
  display: block;
  height: 50px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #185494;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li a:hover {
  background-color: #369c3f;
  font-weight: bold;
  color: #ffffff;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li a.active {
  color: #185494;
}

.section2 .pro_center .mian .pro_text .pro_texts ul li:hover span {
  display: block;
}

.section2 .pro_center .mian .pro_img img {
  width: 580px;
  height: 340px;
}

.section2 .pro_center .mian .pro_img .img1 {
  float: left;
  position: relative;
}

.section2 .pro_center .mian .pro_img .blue {
  position: absolute;
  width: 540px;
  height: 58px;
  background-color: #185494;
  opacity: .95;
  margin-top: 262px;
  margin-left: 20px;
}

.section2 .pro_center .mian .pro_img .blue p {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  margin-left: 20px;
}

.section2 .pro_center .mian .pro_img .blue .iconfont {
  margin-top: 19px;
  margin-right: 20px;
  font-size: 20px;
  float: right;
  color: #ffffff;
}

.section2 .pro_center .mian .pro_img .img2 {
  float: right;
  position: relative;
}

.section2 .pro_center .mian .pro_img .green {
  position: absolute;
  width: 540px;
  height: 58px;
  background-color: #369c3f;
  opacity: .95;
  margin-top: 262px;
  margin-left: 640px;
}

.section2 .pro_center .mian .pro_img .green p {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  margin-left: 20px;
}

.section2 .pro_center .mian .pro_img .green .iconfont {
  margin-top: 19px;
  margin-right: 20px;
  font-size: 20px;
  float: right;
  color: #ffffff;
}

.section2 .int {
  height: 1620px;
}

.section2 .int .int_top {
  overflow: hidden;
  height: 820px;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 .int .int_top .int_top_connect .int_top_title {
  height: 168px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section2 .int .int_top .int_top_connect .int_top_title dl {
}

.section2 .int .int_top .int_top_connect .int_top_title dl dt {
  font-size: 32px;
  color: #185494;
  font-weight: bold;
}

.section2 .int .int_top .int_top_connect .int_top_title dl dd {
  font-size: 16px;
  color: #333333;
}

.section2 .int .int_top .int_top_connect .int_top_text {
  width: 1200px;
  height: 52px;
}

.section2 .int .int_top .int_top_connect .int_top_text ul {
  display: flex;
}

.section2 .int .int_top .int_top_connect .int_top_text ul li {
  text-align: center;
  width: 156px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}

.section2 .int .int_top .int_top_connect .int_top_text ul li.active {
  color: #fff;
  background-color: #185494;
}

.section2 .int .int_top .int_top_connect .int_top_text ul li:hover {
  background-color: #185494;
  color: #ffffff;
}

.section2 .int .int_top .int_top_connect .int_top_none {
  width: 1200px;
  height: 40px;
}

.section2 .int .int_top .int_top_connect .int_top_img {
  width: 1200px;
  height: 560px;
  position: relative;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt {
  float: left;
  position: relative;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li {
  position: absolute;
  display: none;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li img {
  width: 938px;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details {
  left: 750px;
  top: 100px;
  z-index: 100;
  position: absolute;
  width: 450px;
  height: 360px;
  background-color: #ffffff;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_top {
  width: 370px;
  height: 137px;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_top p {
  position: absolute;
  top: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_top span {
  top: 104px;
  position: absolute;
  font-size: 16px;
  color: #333333;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .lv {
  position: absolute;
  left: 40px;
  top: 137px;
  width: 80px;
  height: 3px;
  background-color: #369c3f;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_bottom {
  width: 370px;
  height: 220px;
  position: relative;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_bottom p {
  width: 370px;
  height: 76px;
  font-size: 16px;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_bottom p a {
  margin-left: 0;
  width: 370px;
  height: 76px;
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_bottom a {
  margin-top: 0;
  margin-left: 0;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details .text_bottom a .iconfont {
  position: absolute;
  margin-top: 66px;
  width: 20px;
  height: 20px;
  color: #185494;
  font-size: 20px;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li .int_top_details a {
  position: absolute;
  margin-top: -80px;
  margin-left: 70px;
  color: #333333;
}

.section2 .int .int_top .int_top_connect .int_top_img .hotpro_cnt li.active {
  display: block;
}

.section2 .int .int_bottom .int_bottom_connect {
  height: 800px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_title {
  height: 210px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_title dl {
  text-align: center;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_title dl dt {
  color: #185494;
  font-weight: bold;
  font-size: 32px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_title dl dd {
  font-size: 16px;
  color: #333333;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img {
  height: 370px;
  width: 1200px;
  position: relative;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img img {
  top: 20px;
  position: absolute;
  width: 560px;
  height: 350px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_none {
  left: 20px;
  position: absolute;
  width: 560px;
  height: 350px;
  background-color: #f0f2f5;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text {
  width: 560px;
  height: 370px;
  float: right;
  position: relative;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_top {
  height: 147px;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_top p {
  position: absolute;
  top: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_top span {
  width: 410px;
  height: 30px;
  top: 104px;
  position: absolute;
  font-size: 16px;
  color: #185494;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .a {
  position: absolute;
  top: 146px;
  width: 80px;
  height: 3px;
  background-color: #369c3f;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom {
  height: 222px;
  position: relative;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom .iconfont {
  position: absolute;
  font-size: 20px;
  top: 150px;
  color: #185494;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom p {
  width: 560px;
  height: 114px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom p a {
  left: 0;
  top: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom a {
  position: absolute;
  font-size: 14px;
  color: #333333;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom a .iconfont {
  left: 0;
  position: absolute;
  top: 50px;
  color: #185494;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_img .int_bottom_img_text .text_bottom span a {
  position: absolute;
  left: 30px;
  top: 166px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_imgTitle {
  width: 1200px;
  height: 220px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_imgTitle dl {
  width: 300px;
  height: 220px;
  float: left;
  text-align: center;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_imgTitle dl dt {
  font-size: 26px;
  font-weight: bold;
  color: #185494;
  margin-top: 65px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_imgTitle dl dt img {
  width: 46px;
  height: 34px;
}

.section2 .int .int_bottom .int_bottom_connect .int_bottom_imgTitle dl dd {
  margin-top: 30px;
  color: #333333;
  font-size: 16px;
}

.section2 .patent {
  height: 676px;
  background-color: #f7f7f7;
}

.section2 .patent .patent_swiper {
  width: 1200px;
  height: 676px;
}

.section2 .patent .patent_swiper .patent_swiper_title {
  height: 172px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.section2 .patent .patent_swiper .patent_swiper_title dl dt {
  font-weight: bold;
  font-size: 32px;
  color: #185494;
  margin-top: 50px;
}

.section2 .patent .patent_swiper .patent_swiper_title dl dd {
  font-size: 16px;
  color: #333333;
}

.section2 .patent .patent_swiper .swiper {
  height: 504px;
  width: 1200px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub {
  width: 1200px;
  height: 450px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container {
  width: 1200px;
  height: 450px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container .swiper-wrapper {
  display: flex;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container .swiper-wrapper .swiper-slide {
  width: 282px;
  height: 385px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container .swiper-wrapper .swiper-slide dl {
  text-align: center;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container .swiper-wrapper .swiper-slide dl dd {
  font-size: 20px;
  color: #185494;
  font-weight: bold;
  line-height: 60px;
}
.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-container .swiper-wrapper .swiper-slide dl img{
  width: 92%;
  height: 385px;
}
.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-button-prev {
  background-image: url(none);
  top: 3460px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-button-prev .iconfont {
  color: #999999;
  font-size: 40px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-button-next {
  background-image: url(none);
  transform: rotate(180deg);
  top: 3460px;
}

.section2 .patent .patent_swiper .swiper .swiper_sub .swiper-button-next span.iconfont {
  color: #999999;
  font-size: 40px;
}

.section2 .new {
  height: 738px;
}

.section2 .new .new_title {
  height: 172px;
  width: 1200px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.section2 .new .new_title dl dt {
  font-size: 32px;
  color: #185494;
  font-weight: bold;
}

.section2 .new .new_title dl dd {
  font-size: 16px;
  color: #333333;
}

.section2 .new .new_connect {
  height: 566px;
  width: 1200px;
}

.section2 .new .new_connect .new_connect_text {
  height: 430px;
}

.section2 .new .new_connect .new_connect_text dl {
  float: left;
  width: 600px;
  height: 195px;
  margin-bottom: 40px;
}

.section2 .new .new_connect .new_connect_text dl dt {
  float: left;
  width: 300px;
  height: 195px;
  position: relative;
}
.section2 .new .new_connect .new_connect_text dl dt img {
  width: 100%;
  height: 100%;
}
.section2 .new .new_connect .new_connect_text dl dt .blue {
  position: absolute;
  width: 300px;
  height: 195px;
}

.section2 .new .new_connect .new_connect_text dl dt .blue .iconfont {
  position: absolute;
  display: none;
  font-size: 34px;
  top: 60px;
  left: 130px;
}

.section2 .new .new_connect .new_connect_text dl dt .blue p a {
  display: none;
  position: absolute;
  color: #ffffff;
  margin-left: 115px;
  margin-top: 100px;
}

.section2 .new .new_connect .new_connect_text dl:hover dt .blue {
  background-color: #185494;
  opacity: .8;
}

.section2 .new .new_connect .new_connect_text dl:hover dt .blue .iconfont {
  display: block;
  color: #ffffff;
}

.section2 .new .new_connect .new_connect_text dl:hover dt .blue a {
  display: block;
}

.section2 .new .new_connect .new_connect_text dl:hover dd .dd_up ul li p a {
  color: #185494;
}

.section2 .new .new_connect .new_connect_text dl dd {
  float: right;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up {
  margin-right: 20px;
  width: 260px;
  height: 94px;
  border-bottom: solid 1px #cccccc;
  font-size: 16px;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up ul {
  float: left;
  margin-top: 30px;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up ul li p {
  width: 240px;
  height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up ul li p a {
  color: #1d1d1d;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up ul li p:hover {
  color: #185494;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_up ul li span {
  font-size: 14px;
  margin-top: 20px;
  color: #666666;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_down {
  margin-right: 20px;
  width: 260px;
  height: 100px;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_down p {
  width: 260px;
  height: 60px;
  float: left;
  margin-top: 20px;
  line-height: 30px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section2 .new .new_connect .new_connect_text dl dd .dd_down p a {
  font-size: 16px;
  color: #666666;
}

.section2 .new .new_connect .new_connect_text .down {
  margin-top: 40px;
}

.section2 .new .new_connect .new_connect_more {
  height: 96px;
}

.section2 .new .new_connect .new_connect_more p {
  margin-top: 40px;
  text-align: center;
}

.section2 .new .new_connect .new_connect_more p a {
  color: #369c3f;
  font-size: 16px;
}

section {
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x:hidden; 
}

section .banner {
  height: 480px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

section .banner .swiper-pagination {
  position: absolute;
  text-align: center;
}

section .banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #bfbed2;
  opacity: 1;
  border-radius: 0;
}

section .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 4px;
  background-color: #369c3f;
}

section .crumbs {
  width: 1200px;
  height: 56px;
  margin:0 auto;
}

section .crumbs dl {
  float: left;
}

section .crumbs dl dt {
  line-height: 56px;
  float: left;
}

section .crumbs dl dt .iconfont {
  font-size: 18px;
  color: #185494;
}

section .crumbs dl dd {
  line-height: 52px;
  float: left;
  margin-left: 10px;
  color: #999999;
}

section .crumbs dl dd a {
  color: #999999;
}

section .introduce {
  height: 440px;
  width: 1200px;
  position: relative;
}

section .introduce .introduce_left {
  position: absolute;
  width: 464px;
  height: 440px;
  display: block;
  background-color: #ffffff;
}

section .introduce .introduce_left .text_top {
  float: left;
  margin-left: 40px;
  width: 385px;
  height: 164px;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

section .introduce .introduce_left .text_top p {
  position: absolute;
  top: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #185494;
}

section .introduce .introduce_left .text_top span {
  width: 385px;
  height: 24px;
  top: 110px;
  position: absolute;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .introduce .introduce_left .a {
  position: absolute;
  top: 163px;
  left: 42px;
  width: 80px;
  height: 3px;
  background-color: #369c3f;
}

section .introduce .introduce_left .text_bottom {
  width: 385px;
  height: 275px;
  position: relative;
  float: left;
  margin-left: 40px;
}

section .introduce .introduce_left .text_bottom p {
  width: 385px;
  height: 148px;
  letter-spacing: 2px;
  color: #666666;
  line-height: 30px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

section .introduce .introduce_left .text_bottom p a {
  top: 30px;
  left: 0;
}

section .introduce .introduce_left .text_bottom .iconfont {
  color: #185494;
  font-size: 18px;
  position: absolute;
  top: 203px;
}

section .introduce .introduce_left .text_bottom a {
  position: absolute;
  font-size: 16px;
  color: #999999;
  top: 200px;
  left: 30px;
}

section .introduce .introduce_right {
  position: absolute;
  width: 706px;
  height: 440px;
  left: 494px;
}

section .introduce .introduce_right img {
  width: 706px;
  height: 440px;
}

section .culture {
  width: 1200px;
  height: 440px;
  margin-top: 30px;
}

section .culture .culture_left {
  float: left;
  width: 704px;
  height: 440px;
}

section .culture .culture_left img {
  width: 704px;
  height: 440px;
}

section .culture .culture_right {
  float: right;
  width: 466px;
  height: 440px;
  background-color: #ffffff;
}

section .culture .culture_right .culture_up {
  float: left;
  height: 149px;
  width: 466px;
  position: relative;
}

section .culture .culture_right .culture_up .k {
  position: absolute;
  width: 6px;
  height: 40px;
  background-color: #185494;
  margin-top: 80px;
  margin-left: 40px;
}

section .culture .culture_right .culture_up dl {
  float: left;
  margin-left: 65px;
}

section .culture .culture_right .culture_up dl dt {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 76px;
}

section .culture .culture_right .culture_up dl dd {
  font-size: 10px;
  color: #999999;
}

section .culture .culture_right .culture_down {
  float: left;
  height: 291px;
  width: 466px;
}

section .culture .culture_right .culture_down ul {
  float: left;
}

section .culture .culture_right .culture_down ul li {
  margin-left: 40px;
  margin-top: 20px;
  float: left;
  width: 181px;
  height: 54px;
  border: solid 1px #e5e5e5;
}

section .culture .culture_right .culture_down ul li dl {
  float: left;
}

section .culture .culture_right .culture_down ul li dl dt {
  float: left;
  margin-top: 16px;
  margin-left: 20px;
}

section .culture .culture_right .culture_down ul li dl dt .iconfont {
  font-size: 20px;
  color: #185494;
}

section .culture .culture_right .culture_down ul li dl dd {
  float: left;
  line-height: 54px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

section .culture .culture_right .culture_down ul li:hover {
  background-color: #185494;
}

section .culture .culture_right .culture_down ul li:hover dl dd {
  color: #ffffff;
}

section .culture .culture_right .culture_down ul li:hover dl dt .iconfont {
  color: #ffffff;
}

section .status {
  height: 300px;
  width: 1200px;
  margin-top: 30px;
}

section .status .status_left {
  float: left;
  width: 380px;
  height: 300px;
  background-color: #ffffff;
}

section .status .status_left dl {
  float: left;
}

section .status .status_left dl dt {
  height: 240px;
  width: 380px;
  float: left;
  overflow: hidden;
}

section .status .status_left dl dt img {
  height: 240px;
  width: 380px;
  transition: all 0.6s;
}

section .status .status_left dl:hover img {
  transform: scale(1.2);
}

section .status .status_left dl dd {
  height: 60px;
  width: 380px;
  float: left;
}

section .status .status_left dl dd a p {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #185494;
  line-height: 60px;
  margin-left: 20px;
}

section .status .status_left dl dd a .iconfont {
  line-height: 60px;
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #999999;
}

section .status .status_middle {
  float: left;
  width: 380px;
  height: 300px;
  margin-left: 30px;
  background-color: #ffffff;
}

section .status .status_middle dl {
  float: left;
}

section .status .status_middle dl dt {
  height: 240px;
  width: 380px;
  float: left;
  overflow: hidden;
}

section .status .status_middle dl dt img {
  height: 240px;
  width: 380px;
  transition: all 0.6s;
}

section .status .status_middle dl:hover img {
  transform: scale(1.2);
}

section .status .status_middle dl dd {
  height: 60px;
  width: 380px;
  float: left;
}

section .status .status_middle dl dd a p {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #185494;
  line-height: 60px;
  margin-left: 20px;
}

section .status .status_middle dl dd a .iconfont {
  line-height: 60px;
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #999999;
}

section .status .status_right {
  float: right;
  width: 380px;
  height: 300px;
  background-color: #ffffff;
}

section .status .status_right dl {
  float: left;
}

section .status .status_right dl dt {
  height: 240px;
  width: 380px;
  float: left;
  overflow: hidden;
}

section .status .status_right dl dt img {
  height: 240px;
  width: 380px;
  transition: all 0.6s;
}

section .status .status_right dl:hover img {
  transform: scale(1.2);
}

section .status .status_right dl dd {
  height: 60px;
  width: 380px;
  float: left;
}

section .status .status_right dl dd a p {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #185494;
  line-height: 60px;
  margin-left: 20px;
}

section .status .status_right dl dd a .iconfont {
  line-height: 60px;
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #999999;
}

section .recruit {
  width: 1200px;
  margin-top: 30px;
  background-color: #ffffff;
}

section .recruit .recruit_up {
  width: 1160px;
  height: 112px;
}

section .recruit .recruit_up .k {
  position: absolute;
  width: 6px;
  height: 40px;
  background-color: #185494;
  margin-top: 60px;
  margin-left: 20px;
}

section .recruit .recruit_up dl {
  float: left;
  margin-left: 46px;
}

section .recruit .recruit_up dl dt {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 56px;
}

section .recruit .recruit_up dl dd {
  font-size: 10px;
  color: #999999;
}


section .recruit .recruit_up a {
  text-align: center;
  line-height: 40px;
  float: right;
  width: 130px;
  height: 40px;
  background-color: #185494;
  font-size: 16px;
  color: #ffffff;
  margin-top: 60px;
}


section .recruit .recruit_down {
  height: 552px;
  width: 1200px;
}

section .recruit .recruit_down ul {
  float: left;
}

section .recruit .recruit_down ul li {
  float: left;
  width: 272px;
  margin-top: 28px;
  margin-left: 23px;
  cursor: pointer;
}

section .recruit .recruit_down ul li dl {
  text-align: center;
}

section .recruit .recruit_down ul li dl dt {
  width: 272px;
  float: left;
  overflow: hidden;
}
section .recruit .recruit_down ul li dl dt a{
  color: #333333;
}
section .recruit .recruit_down ul li dl dt img {
  width: 272px;
  height: 190px;
  transition: all 0.6s;
}

section .recruit .recruit_down ul li dl dt:hover img {
  transform: scale(1.2);
}

section .recruit .recruit_down ul li dl dd {
  line-height: 36px;
  font-size: 16px;
}
section .recruit .recruit_down ul li dl dd a{
  color: #333333;
}

section .main {
  clear: both;
  width: 1200px;
  min-height: 760px;
  margin:0 auto;
}

section .main .main_left {
  min-height: 729px;
  width: 270px;
  float: left;
}

section .main .main_left .main_left_up {
  width: 270px;
  background-color: #ffffff;
}

section .main .main_left .main_left_up .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .main .main_left .main_left_up .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .main .main_left .main_left_up .w {
  width: 270px;
  padding-bottom: 30px;
}

section .main .main_left .main_left_up .w ul {
  margin:0 auto;
  margin-top: 16px;
  width: 230px;
}

section .main .main_left .main_left_up .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  cursor: pointer;
}
section .main .main_left .main_left_up .w ul li.active {
  color: #185494;
}
section .main .main_left .main_left_up .w ul li.active .block {
  display: block;
}
section .main .main_left .main_left_up .w ul li:hover {
  color: #185494;
}
section .main .main_left .main_left_up .w ul .block{
  display: none;
}
section .main .main_left .main_left_up .w ul .block .item{
  width: 230px;
  line-height: 35px;
  background-color: #ebedf0;
}
section .main .main_left .main_left_up .w ul .block .item:nth-child(even){
  background-color: #f5f7fa;
}
section .main .main_left .main_left_up .w ul .block .item a{
  color: #666666;
  margin-left: 20px;
  font-size: 14px;
}
section .main .main_left .main_left_up .w ul .block .active{
  background-color: #185494 !important;
}
section .main .main_left .main_left_up .w ul .block .active a{
  color: #fff;
}
section .main .main_left .main_left_up .w ul .block .item:hover{
  background-color: #185494;
}
section .main .main_left .main_left_up .w ul .block .item:hover a{
  color: #fff;
}

section .main .main_left .main_left_up .w ul li a {
  font-size: 16px;
  color: #333333;
}

section .main .main_left .main_left_up .w ul li span {
  transform: rotate(180deg);
  line-height: 55px;
  float: right;
  color: #cccccc;
}

section .main .main_left .main_left_up .w ul li.active a,section .main .main_left .main_left_up .w ul li.active span{
  font-weight: bold;
  color: #185494;
}

section .main .main_left .main_left_up .w ul li:hover a {
  color: #185494;
  font-weight: bold;
}
section .main .main_left .main_left_up .w ul li:hover span {
  color: #185494;
}

section .main .main_left .main_left_up .w ul li:hover a span {
  color: #185494;
}

section .main .main_left .main_left_down {
  margin-top: 30px;
  height: 308px;
  width: 270px;
  background-color: #ffffff;
}

section .main .main_left .main_left_down .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .main .main_left .main_left_down .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .main .main_left .main_left_down .w {
  width: 270px;
}

section .main .main_left .main_left_down .w ul {
  margin:0 auto;
  margin-top: 16px;
  width: 230px;
}

section .main .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
  font-size: 14px;
  line-height: 55px;
}

section .main .main_left .main_left_down .w ul li a {
  font-size: 14px;
  color: #333333;
}

section .main .main_left .main_left_down .w ul li span {
  position: absolute;
  left: 55px;
  top: 38px;
}

section .main .main_left .main_left_down .w ul li:nth-child(2) {
  height: 77px;
}

section .main .main_left .main_left_down .w ul li:nth-child(2) a {
  line-height: 55px;
}

section .main .main_right {
  width: 900px;
  background-color: #ffffff;
  float: right;
}

section .main .main_right .main_right_up {
  margin:0 auto;
  width: 860px;
  height: 89px;
  border-bottom: solid 1px #cccccc;
}

section .main .main_right .main_right_up h1 {
  font-size: 20px;
  float: left;
  margin-top: 40px;
  color: #333333;
}

section .main .main_right .main_right_down {
  margin: 0 auto;
  width: 860px;
  padding-bottom: 30px;
}
section .main .main_right .main_right_down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

section .main .main_right .main_right_down img {
  max-width: 860px;
  height: auto;
}

section .main .main_right .main_right_down .article {
  margin-top: 10px;
  line-height: 30px;
  color: #777777;
  font-size: 14px;
  padding-bottom: 20px;
}
.article-quick { margin-top: 40px;margin-bottom: 20px; padding-top: 30px; border-top: 1px solid #cccccc; overflow: hidden; }
.article-quick a { display: block; color: #333333; font-size: 14px; line-height: 2; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.35s ease-in-out; -o-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
.article-quick a:hover { color: #185494; }
.article-quick a:first-child { float: right; width: 140px; height: 50px; color: #ffffff; font-size: 14px; line-height: 24px; text-align: center; padding: 13px 25px; background-color: #185494; }
.article-quick a:first-child:hover { background-color: #185494; }

section .main .main_left .main_left_down .w {
  width: 270px;
}

section .culture_com .main_left .main_left_down .w ul {
  margin-top: 16px;
  width: 230px;
}

section  .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}

section  .main_right .main_right_down .culture_up {
  height: 418px;
  position: relative;
}

section .main_right .main_right_down .culture_up .spirit {
  top: 30px;
  left: 0;
  position: absolute;
  height: 388px;
  width: 268px;
}

section  .main_right .main_right_down .culture_up .spirit:hover .k {
  display: block;
}

section .main_right .main_right_down .culture_up .spirit:hover p {
  display: block;
}

section .main_right .main_right_down .culture_up .spirit:hover span {
  display: block;
}

section .main_right .main_right_down .culture_up .spirit .k {
  display: none;
  height: 388px;
  width: 268px;
  position: absolute;
  background-color: #185494;
  opacity: .85;
}

section .main_right .main_right_down .culture_up .spirit p {
  display: none;
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: 44%;
  left: 40%;
}

section .main_right .main_right_down .culture_up .spirit span {
  display: none;
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 52%;
  left: 15%;
}

section .main_right .main_right_down .culture_up .idea {
  position: absolute;
  height: 180px;
  width: 268px;
  left: 296px;
  top: 30px;
}

section .main_right .main_right_down .culture_up .idea .k {
  height: 180px;
  width: 268px;
  position: absolute;
  background-color: #185494;
  opacity: .85;
  display: none;
}

section .main_right .main_right_down .culture_up .idea:hover .k {
  display: block;
}

section .main_right .main_right_down .culture_up .idea p {
  color: #fff;
  position: absolute;
  font-weight: bold;
  left: 37%;
  top: 76%;
}

section .main_right .main_right_down .culture_up .mission {
  position: absolute;
  height: 180px;
  width: 268px;
  left: 296px;
  top: 238px;
}

section .main_right .main_right_down .culture_up .mission .k {
  height: 180px;
  width: 268px;
  position: absolute;
  background-color: #185494;
  opacity: .85;
  display: none;
}

section .main_right .main_right_down .culture_up .mission:hover .k {
  display: block;
}

section .main_right .main_right_down .culture_up .mission p {
  color: #fff;
  position: absolute;
  font-weight: bold;
  left: 37%;
  top: 76%;
}

section .main_right .main_right_down .culture_up .vision {
  position: absolute;
  height: 180px;
  width: 268px;
  right: 0;
  top: 30px;
}

section  .main_right .main_right_down .culture_up .vision .k {
  height: 180px;
  width: 268px;
  position: absolute;
  background-color: #185494;
  opacity: .85;
  display: none;
}

section .main_right .main_right_down .culture_up .vision:hover .k {
  display: block;
}

section  .main_right .main_right_down .culture_up .vision p {
  color: #fff;
  position: absolute;
  font-weight: bold;
  left: 37%;
  top: 76%;
}

section .main_right .main_right_down .culture_up .worth {
  position: absolute;
  height: 180px;
  width: 268px;
  right: 0;
  top: 238px;
}

section .main_right .main_right_down .culture_up .worth .k {
  height: 180px;
  width: 268px;
  position: absolute;
  background-color: #185494;
  opacity: .85;
  display: none;
}

section .main_right .main_right_down .culture_up .worth:hover .k {
  display: block;
}

section .main_right .main_right_down .culture_up .worth p {
  color: #fff;
  position: absolute;
  font-weight: bold;
  left: 37%;
  top: 76%;
}

section  .main_right .main_right_down .culture_down ul {
  margin-top: 10px;
}

section .main_right .main_right_down .culture_down ul li {
  height: 88px;
  border-bottom: dashed 1px #e5e5e5;
  position: relative;
}
section .main_right .main_right_down .culture_down ul li:last-child{border-bottom: 0}


section .main_right .main_right_down .culture_down ul li .iconfont {
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 40px;
  color: #185494;
}

section .main_right .main_right_down .culture_down ul li dl {
  float: left;
  margin-top: 26px;
  margin-left: 80px;
}

section .main_right .main_right_down .culture_down ul li dl dt {
  font-weight: bold;
  font-size: 16px;
}

section .main_right .main_right_down .culture_down ul li dl dd {
  width: 840px;
  font-size: 14px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .framework {
  width: 1200px;
  height: 935px;
  position: relative;
}

section .framework .main_left {
  position: absolute;
  left: 0;
  height: 729px;
  width: 270px;
}

section .framework .main_left .main_left_up {
  height: 454px;
  width: 270px;
  background-color: #ffffff;
}

section .framework .main_left .main_left_up .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .framework .main_left .main_left_up .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .framework .main_left .main_left_up .w {
  width: 270px;
}

section .framework .main_left .main_left_up .w ul {
  margin-top: 16px;
  width: 230px;
}

section .framework .main_left .main_left_up .w ul li {
  height: 55px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .framework .main_left .main_left_up .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .framework .main_left .main_left_up .w ul li a.active {
  font-weight: bold;
  color: #185494;
}

section .framework .main_left .main_left_up .w ul li span {
  transform: rotate(180deg);
  line-height: 55px;
  float: right;
  color: #cccccc;
}

section .framework .main_left .main_left_up .w ul li span.active {
  color: #185494;
}

section .framework .main_left .main_left_up .w ul li:hover a {
  color: #185494;
  font-weight: bold;
}

section .framework .main_left .main_left_up .w ul li:hover a span {
  color: #185494;
}

section .framework .main_left .main_left_down {
  margin-top: 30px;
  height: 308px;
  width: 270px;
  background-color: #ffffff;
}

section .framework .main_left .main_left_down .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .framework .main_left .main_left_down .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .framework .main_left .main_left_down .w {
  width: 270px;
}

section .framework .main_left .main_left_down .w ul {
  margin-top: 16px;
  width: 230px;
}

section .framework .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}

section .framework .main_left .main_left_down .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .framework .main_left .main_left_down .w ul li span {
  position: absolute;
  left: 64px;
  top: 38px;
}

section .framework .main_left .main_left_down .w ul li:nth-child(2) {
  height: 77px;
}

section .framework .main_left .main_left_down .w ul li:nth-child(2) a {
  line-height: 55px;
}

section .framework .main_right {
  position: absolute;
  width: 900px;
  height: 935px;
  right: 0;
  background-color: #ffffff;
}

section .framework .main_right .main_right_up {
  width: 860px;
  height: 89px;
  border-bottom: solid 1px #cccccc;
}

section .framework .main_right .main_right_up h1 {
  font-size: 20px;
  float: left;
  margin-top: 40px;
  color: #333333;
}

section .framework .main_right .main_right_down {
  height: 845px;
  width: 860px;
}

section .framework .main_right .main_right_down img {
  max-width: 860px;
}

section .main_right .honor .uls ul {
  height: 704px;
  display: flex;
  flex-wrap: wrap;
}

section .main_right .honor .uls ul li {
  margin-top: 24px;
  width: 192px;
  height: 305px;
  border: solid 1px #f0f0f0;
}

section .main_right .honor .uls ul li dl {
  text-align: center;
}

section .main_right .honor .uls ul li dl dt {
  width: 192px;
  height: 263px;
  overflow: hidden;
}

section .main_right .honor .uls ul li dl dt img {
  width: 192px;
  height: 263px;
  transition: all 0.6s;
}

section .main_right .honor .uls ul li dl dt:hover img {
  transform: scale(1.2);
}

section .main_right .honor .uls ul li dl dd {
  width: 192px;
  height: 42px;
  background-color: #f0f0f0;
}

section .main_right .honor .uls ul li dl dd a {
  line-height: 42px;
  color: #185494;
  font-weight: bold;
}

section .main_right .honor .pagination {
  text-align: center;
  margin-top: 20px;
}

section .main_right .honor .pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section .main_right .honor .pagination li a {
  transition: all 0.2s;
}

section .main_right .honor .pagination li a, section .main_right .honor .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section .main_right .honor .pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section .main_right .honor .pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section .main_right .honor .pagination li.disabled span {
  color: #cccccc;
}

section .main_right .honor .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section .main_right .ability .uls ul {
  display: flex;
  flex-wrap: wrap;
}

section .main_right .ability .uls ul li {
  margin-top: 24px;
  width: 268px;
  height: 222px;
}

section .main_right .ability .uls ul li dl {
  text-align: center;
}

section .main_right .ability .uls ul li dl dt {
  width: 268px;
  height: 180px;
  overflow: hidden;
}

section .main_right .ability .uls ul li dl dt img {
  width: 268px;
  height: 180px;
  transition: all 0.6s;
}

section .main_right .ability .uls ul li dl dt:hover img {
  transform: scale(1.2);
}

section .main_right .ability .uls ul li dl dd {
  width: 268px;
  height: 42px;
  background-color: #f0f0f0;
}

section .main_right .ability .uls ul li dl dd a {
  line-height: 42px;
  color: #185494;
  font-weight: bold;
}

section .main_right .ability .pagination {
  text-align: center;
  margin-top: 40px;
}

section .main_right .ability .pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section .main_right .ability .pagination li a {
  transition: all 0.2s;
}

section .main_right .ability .pagination li a, section .main_right .ability .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section .main_right .ability .pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section .main_right .ability .pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section .main_right .ability .pagination li.disabled span {
  color: #cccccc;
}

section .main_right .ability .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section  .main_right .recruit_com .uls ul li {
  width: 413px;
  height: 216px;
  border: solid 1px #e5e5e5;
  float: left;
  margin-top: 28px;
  margin-left: 28px;
}

section  .main_right .recruit_com .uls ul li:nth-child(2n+1) {
margin-left: 0;
}
section  .main_right .recruit_com .uls ul li dl dt {
  width: 326px;
  height: 75px;
  position: relative;
}

section  .main_right .recruit_com .uls ul li dl dt p {
  width: 200px;
  height: 24px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section  .main_right .recruit_com .uls ul li dl dt p a {
  color: #333333;
}

section  .main_right .recruit_com .uls ul li dl dt a span {
  position: absolute;
  font-size: 16px;
  color: #999999;
  right: 0;
  top: 40px;
}

section  .main_right .recruit_com .uls ul li dl .ku {
  width: 30px;
  height: 4px;
  background-color: #185494;
  margin-left: 44px;
}

section  .main_right .recruit_com .uls ul li dl dd {
  height: 100px;
  width: 326px;
  line-height: 25px;
  margin-top: 20px;
  font-size: 13px;
  overflow: hidden;
}


section  .main_right .recruit_com .uls ul li:hover,section  .main_right .recruit_com .uls ul li:hover a {
  background-color: #185494;
  color: #fff;
}
section  .main_right .recruit_com .uls ul li:hover .ku {
  background-color: #fff;
}
section  .main_right .recruit_com.pagination {
  text-align: center;
  margin-top: 48px;
}

section  .main_right .recruit_com.pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section  .main_right .recruit_com.pagination li a {
  transition: all 0.2s;
}

section  .main_right .recruit_com.pagination li a, section  .main_right .recruit_com.pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section  .main_right .recruit_com.pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section  .main_right .recruit_com.pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section  .main_right .recruit_com.pagination li.disabled span {
  color: #cccccc;
}

section  .main_right .recruit_com.pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section .product_center {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  width: 1200px;
  background-color: #fff;
}

section .product_center ul li {
  float: left;
  width: 272px;
  height: 232px;
  background-color: #f0f0f0;
  margin-top: 24px;
  margin-right: 22px;
}
section .product_center ul li:nth-child(4n){
  margin-right:0px;
}
section .product_center ul li:nth-child(4n+1){
  margin-left:20px;
}
section .product_center ul li dl {
  text-align: center;
}

section .product_center ul li dl dt {
  width: 272px;
  height: 190px;
  overflow: hidden;
}

section .product_center ul li dl dt img {
  height: 190px;
  width: 270px;
  transition: all 0.6s;
}

section .product_center ul li dl:hover img {
  transform: scale(1.2);
}

section .product_center ul li dl dd {
  line-height: 34px;
}
section .product_center ul li{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

section .product_center ul li a{
  color: #185494;
}

section .main_right .product_list .uls ul li {
  margin-top: 30px;
  width: 860px;
  height: 190px;
  background-color: #f7f7f7;
}

section .main_right .product_list .uls ul li dl dt {
  float: left;
  width: 272px;
  height: 190px;
  overflow: hidden;
}

section .main_right .product_list .uls ul li dl dt a img {
  width: 272px;
  height: 190px;
  transition: all 0.6s;
}

section .main_right .product_list .uls ul li dl dt:hover a img {
  transform: scale(1.2);
}

section .main_right .product_list .uls ul li dl dd {
  float: left;
  width: 588px;
  height: 190px;
}

section .main_right .product_list .uls ul li dl dd h3 {
  line-height: 44px;
  margin-top: 30px;
  margin-left: 20px;
}

section .main_right .product_list .uls ul li dl dd h3 a {
  font-weight: bold;
  font-size: 16px;
  color: #185494;
}

section .main_right .product_list .uls ul li dl dd p {
  width: 550px;
  height: 100px;
  margin-left: 20px;
}

section .main_right .product_list .uls ul li dl dd p a {
  font-size: 14px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

section .main_right .product_list .pagination {
  text-align: center;
  margin-top: 40px;
}

section .main_right .product_list .pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section .main_right .product_list .pagination li a {
  transition: all 0.2s;
}

section .main_right .product_list .pagination li a, section .main_right .product_list .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section .main_right .product_list .pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section .main_right .product_list .pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section .main_right .product_list .pagination li.disabled span {
  color: #cccccc;
}

section .main_right .product_list .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section .main_right  .product_details {
  width: 860px;
}

section .main_right  .product_details .jj {
  width: 860px;
  height: 250px;
}

section .main_right  .product_details .jj dl {
  float: left;
  margin-top: 30px;
}

section .main_right  .product_details .jj dl dt {
  float: left;
  width: 272px;
  height: 190px;
}

section .main_right  .product_details .jj dl dt img {
  width: 272px;
  height: 190px;
}

section .main_right  .product_details .jj dl dd {
  float: left;
  width: 588px;
  height: 190px;
}

section .main_right  .product_details .jj dl dd h3 {
  line-height: 44px;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #185494;
}

section .main_right  .product_details .jj dl dd p {
  width: 550px;
  height: 100px;
  margin-left: 20px;
  font-size: 14px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

section .main_right  .product_details .gk_title {
  width: 860px;
  height: 76px;
  border-bottom: solid 1px #cccccc;
}

section .main_right  .product_details .gk_title ul {
  position: relative;
}

section .main_right  .product_details .gk_title ul .k {
  top: 74px;
  position: absolute;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #185494;
}

section .main_right  .product_details .gk_title ul li {
  margin-left: 40px;
  line-height: 76px;
  float: left;
}

section .main_right  .product_details .gk_title ul li.active {
  font-weight: bold;
  color: #185494;
}

section .main_right  .product_details .gk_title ul li:nth-of-type(1) {
  margin-left: 0;
}

section .main_right  .product_details .gk_title ul li:hover {
  font-weight: bold;
  color: #185494;
}

section .main_right  .product_details .details {
  width: 860px;
}

section .main_right  .product_details .details .summary {
  width: 860px;
  padding-top: 10px;
  border-bottom: dashed 1px #cccccc;
  line-height: 30px;
  font-size: 14px;
  color: #777777;
}

section .main_right  .product_details .details .summary h3 {
  line-height: 30px;
  float: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #185494;
}

section .main_right  .product_details .details .model {
  width: 860px;
  padding-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #777777;
}

section .main_right  .product_details .details .model .title {
  margin-top: 10px;
  line-height: 50px;
  color: #185494;
  font-size:16px;
  width: 100%;
}

section .main_right  .product_details .details .field {
  width: 860px;
}

section .main_right  .product_details .details .field .title {
  margin-top: 10px;
  line-height: 50px;
  color: #185494;
  font-size:16px;
  width: 100%;
}

section .main_right  .product_details .details .field ul li h3 {
  line-height: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #185494;
}

section .main_right  .product_details .details .field ul li p {
  line-height: 20px;
  font-size: 14px;
  color: #777777;
  margin-top: 15px;
}

section .relevant {
  margin-top: 30px;
  height: 620px;
  width: 1200px;
  position: relative;
}

section .relevant .relevant_left {
  position: absolute;
  width: 270px;
  height: 100px;
}

section .relevant .relevant_right {
  position: absolute;
  right: 0;
  width: 900px;
  height: 620px;
  background-color: #fff;
}

section .relevant .relevant_right .relevant_right_up {
  height: 89px;
  width: 860px;
  border-bottom: solid 1px #cccccc;
}

section .relevant .relevant_right .relevant_right_up p {
  font-weight: bold;
  line-height: 89px;
  font-size: 20px;
  color: #333333;
}

section .relevant .relevant_right .relevant_right_down {
  width: 860px;
}

section .relevant .relevant_right .relevant_right_down ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section .relevant .relevant_right .relevant_right_down ul a {
  line-height: 42px;
}

section .relevant .relevant_right .relevant_right_down ul a li {
  margin-top: 28px;
  width: 268px;
  height: 206px;
  background-color: #f0f0f0;
}

section .relevant .relevant_right .relevant_right_down ul a li dl {
  text-align: center;
}

section .relevant .relevant_right .relevant_right_down ul a li dl dt {
  width: 268px;
  height: 160px;
  overflow: hidden;
}

section .relevant .relevant_right .relevant_right_down ul a li dl dt img {
  width: 268px;
  height: 160px;
  transition: all 0.6s;
}

section .relevant .relevant_right .relevant_right_down ul a li dl dt:hover img {
  transform: scale(1.2);
}

section .relevant .relevant_right .relevant_right_down ul a li dl dd {
  color: #185494;
  font-weight: bold;
}

section .main_right .case .main_ri_down_title {
  height: 140px;
  width: 860px;
}

section .main_right .case .main_ri_down_title p {
  color: #777777;
  font-size: 14px;
  margin-top: 10px;
  float: left;
  line-height: 30px;
}


section .main_right .main_right_down .main_ri_down_text ul {
  margin-top: -40px;
  float: left;
  display: flex;
  width: 860px;
  flex-wrap: wrap;
  margin-bottom:20px;
}

section .main_right .main_right_down .main_ri_down_text ul li {
  width: 276px;
  height: 800px;
  margin-top: 20px;
  background-color: #f0f0f0;
  cursor: pointer;
  overflow-x: hidden;
  padding-bottom: 10px;
}

section .main_right .main_right_down .main_ri_down_text ul li dl {
  text-align: center;
  line-height: 42px;
}

section .main_right .main_right_down .main_ri_down_text ul li dl dt {
  width: 276px;
  height: 165px;
  overflow: hidden;
}

section .main_right .main_right_down .main_ri_down_text ul li dl dt img {
  width: 276px;
  height: 165px;
  transition: all 0.6s;
}

section .main_right .main_right_down .main_ri_down_text ul li dl dt:hover img {
  transform: scale(1.2);
}

section .main_right .main_right_down .main_ri_down_text ul li dl dd {
  font-size: 16px;
  color: #185494;
}


section .application {
  width: 1200px;
  background-color: #fff;
}

section .application ul {
  padding: 10px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

section .application ul li {
  width: 368px;
  height: 270px;
  background-color: #f0f0f0;
  margin-top: 24px;
}

section .application ul li dl {
  text-align: center;
}

section .application ul li dl dt {
  width: 369px;
  height: 220px;
  overflow: hidden;
}

section .application ul li dl dt img {
  width: 369px;
  height: 220px;
  transition: all 0.6s;
}

section .application ul li dl dt:hover img {
  transform: scale(1.2);
}

section .application ul li dl dd {
  line-height: 34px;
}

section .application ul li dl dd a {
  font-weight: bold;
  color: #185494;
}

section .application_list {
  height: 1110px;
  width: 1200px;
  position: relative;
}

section .application_list .main_left {
  position: absolute;
  left: 0;
  height: 982px;
  width: 270px;
}

section .application_list .main_left .main_left_up {
  width: 270px;
  background-color: #ffffff;
  padding: 0 0 34px 0;
}

section .application_list .main_left .main_left_up .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .application_list .main_left .main_left_up .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .application_list .main_left .main_left_up .w {
  width: 270px;
}

section .application_list .main_left .main_left_up .w ul {
  margin-top: 16px;
  width: 230px;
}

section .application_list .main_left .main_left_up .w ul li {
  height: 45px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .application_list .main_left .main_left_up .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .application_list .main_left .main_left_up .w ul li a.active {
  font-weight: bold;
  color: #185494;
}

section .application_list .main_left .main_left_up .w ul li span {
  transform: rotate(180deg);
  line-height: 45px;
  float: right;
  color: #cccccc;
}

section .application_list .main_left .main_left_up .w ul li span.active {
  color: #185494;
}

section .application_list .main_left .main_left_up .w ul li:hover a {
  color: #185494;
  font-weight: bold;
}

section .application_list .main_left .main_left_up .w ul li:hover a span {
  color: #185494;
}

section .application_list .main_left .main_left_down {
  margin-top: 30px;
  height: 308px;
  width: 270px;
  background-color: #ffffff;
}

section .application_list .main_left .main_left_down .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .application_list .main_left .main_left_down .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .application_list .main_left .main_left_down .w {
  width: 270px;
}

section .application_list .main_left .main_left_down .w ul {
  margin-top: 16px;
  width: 230px;
}

section .application_list .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}

section .application_list .main_left .main_left_down .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .application_list .main_left .main_left_down .w ul li span {
  position: absolute;
  left: 64px;
  top: 38px;
}

section .application_list .main_left .main_left_down .w ul li:nth-child(2) {
  height: 77px;
}

section .application_list .main_left .main_left_down .w ul li:nth-child(2) a {
  line-height: 55px;
}

section .application_list .main_right {
  position: absolute;
  width: 900px;
  right: 0;
  background-color: #ffffff;
  padding: 0 0 60px 0;
}

section .application_list .main_right .main_right_up {
  width: 860px;
  height: 89px;
  border-bottom: solid 1px #cccccc;
}

section .application_list .main_right .main_right_up h1 {
  font-size: 20px;
  float: left;
  margin-top: 40px;
  color: #333333;
}

section .application_list .main_right .main_right_down {
  width: 860px;
  padding: 0 0 60px 0;
}

section .application_list .main_right .main_right_down .uls ul li {
  margin-top: 30px;
  width: 860px;
  height: 190px;
  background-color: #f7f7f7;
}

section .application_list .main_right .main_right_down .uls ul li dl dt {
  float: left;
  width: 272px;
  height: 190px;
  overflow: hidden;
}

section .application_list .main_right .main_right_down .uls ul li dl dt a img {
  width: 272px;
  height: 190px;
  transition: all 0.6s;
}

section .application_list .main_right .main_right_down .uls ul li dl dt:hover a img {
  transform: scale(1.2);
}

section .application_list .main_right .main_right_down .uls ul li dl dd {
  float: left;
  width: 588px;
  height: 190px;
}

section .application_list .main_right .main_right_down .uls ul li dl dd h3 {
  line-height: 44px;
  margin-top: 30px;
  margin-left: 20px;
}

section .application_list .main_right .main_right_down .uls ul li dl dd h3 a {
  font-weight: bold;
  font-size: 16px;
  color: #185494;
}

section .application_list .main_right .main_right_down .uls ul li dl dd p {
  width: 550px;
  height: 100px;
  margin-left: 20px;
}

section .application_list .main_right .main_right_down .uls ul li dl dd p a {
  font-size: 14px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

section .application_list .main_right .main_right_down .pagination {
  text-align: center;
  margin-top: 40px;
}

section .application_list .main_right .main_right_down .pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section .application_list .main_right .main_right_down .pagination li a {
  transition: all 0.2s;
}

section .application_list .main_right .main_right_down .pagination li a, section .application_list .main_right .main_right_down .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section .application_list .main_right .main_right_down .pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section .application_list .main_right .main_right_down .pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section .application_list .main_right .main_right_down .pagination li.disabled span {
  color: #cccccc;
}

section .application_list .main_right .main_right_down .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section .application_details {
  height: 950px;
  width: 1200px;
  position: relative;
}

section .application_details .main_left {
  position: absolute;
  left: 0;
  height: 982px;
  width: 270px;
}

section .application_details .main_left .main_left_up {
  width: 270px;
  background-color: #ffffff;
  padding: 0 0 34px 0;
}

section .application_details .main_left .main_left_up .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .application_details .main_left .main_left_up .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .application_details .main_left .main_left_up .w {
  width: 270px;
}

section .application_details .main_left .main_left_up .w ul {
  margin-top: 16px;
  width: 230px;
}

section .application_details .main_left .main_left_up .w ul li {
  height: 45px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .application_details .main_left .main_left_up .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .application_details .main_left .main_left_up .w ul li a.active {
  font-weight: bold;
  color: #185494;
}

section .application_details .main_left .main_left_up .w ul li span {
  transform: rotate(180deg);
  line-height: 45px;
  float: right;
  color: #cccccc;
}

section .application_details .main_left .main_left_up .w ul li span.active {
  color: #185494;
}

section .application_details .main_left .main_left_up .w ul li:hover a {
  color: #185494;
  font-weight: bold;
}

section .application_details .main_left .main_left_up .w ul li:hover a span {
  color: #185494;
}

section .application_details .main_left .main_left_down {
  margin-top: 30px;
  height: 308px;
  width: 270px;
  background-color: #ffffff;
}

section .application_details .main_left .main_left_down .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .application_details .main_left .main_left_down .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .application_details .main_left .main_left_down .w {
  width: 270px;
}

section .application_details .main_left .main_left_down .w ul {
  margin-top: 16px;
  width: 230px;
}

section .application_details .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}

section .application_details .main_left .main_left_down .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .application_details .main_left .main_left_down .w ul li span {
  position: absolute;
  left: 64px;
  top: 38px;
}

section .application_details .main_left .main_left_down .w ul li:nth-child(2) {
  height: 77px;
}

section .application_details .main_left .main_left_down .w ul li:nth-child(2) a {
  line-height: 55px;
}

section .application_details .main_right {
  position: absolute;
  width: 900px;
  right: 0;
  background-color: #ffffff;
}

section .application_details .main_right .main_right_up {
  width: 860px;
  height: 89px;
  border-bottom: solid 1px #cccccc;
}

section .application_details .main_right .main_right_up h1 {
  font-size: 20px;
  float: left;
  margin-top: 40px;
  color: #333333;
}

section .application_details .main_right .main_right_up p {
  font-size: 14px;
  margin-top: 40px;
  float: right;
  color: #999999;
}

section .application_details .main_right .main_right_down {
  width: 860px;
  padding: 0 0 10px 0;
}

section .application_details .main_right .main_right_down .main_right_text {
  height: 746px;
  border-bottom: solid 1px #cccccc;
}

section .application_details .main_right .main_right_down .main_right_text p {
  float: left;
  margin-top: 20px;
  color: #777777;
  font-size: 14px;
  width: 860px;
  height: 720px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 24;
  overflow: hidden;
}

section .application_details .main_right .main_right_down .main_right_foot {
  height: 92px;
  position: relative;
}

section .application_details .main_right .main_right_down .main_right_foot ul li {
  float: left;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

section .application_details .main_right .main_right_down .main_right_foot ul li a {
  font-size: 14px;
  color: #777777;
  line-height: 92px;
}

section .application_details .main_right .main_right_down .main_right_foot ul li:nth-of-type(2) {
  margin-left: 150px;
}

section .application_details .main_right .main_right_down .main_right_foot ul li:nth-of-type(3) {
  float: right;
}

section .new {
  height: 1110px;
  width: 1200px;
  position: relative;
}

section .new .main_left {
  position: absolute;
  left: 0;
  height: 982px;
  width: 270px;
}

section .new .main_left .main_left_up {
  width: 270px;
  background-color: #ffffff;
  padding: 0 0 34px 0;
}

section .new .main_left .main_left_up .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .new .main_left .main_left_up .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .new .main_left .main_left_up .w {
  width: 270px;
}

section .new .main_left .main_left_up .w ul {
  margin-top: 16px;
  width: 230px;
}

section .new .main_left .main_left_up .w ul li {
  height: 45px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .new .main_left .main_left_up .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  font-weight: bold;
}

section .new .main_left .main_left_up .w ul li a.active {
  font-weight: bold;
  color: #185494;
}

section .new .main_left .main_left_up .w ul li span {
  transform: rotate(180deg);
  line-height: 45px;
  float: right;
  color: #cccccc;
}

section .new .main_left .main_left_up .w ul li span.active {
  color: #185494;
}

section .new .main_left .main_left_up .w ul li:hover a {
  color: #185494;
  font-weight: bold;
}

section .new .main_left .main_left_up .w ul li:hover a span {
  color: #185494;
}

section .new .main_left .main_left_down {
  margin-top: 30px;
  height: 308px;
  width: 270px;
  background-color: #ffffff;
}

section .new .main_left .main_left_down .h {
  height: 54px;
  width: 270px;
  background-color: #185494;
}

section .new .main_left .main_left_down .h h1 {
  margin-left: 40px;
  color: #ffffff;
  line-height: 54px;
  font-size: 20px;
}

section .new .main_left .main_left_down .w {
  width: 270px;
}

section .new .main_left .main_left_down .w ul {
  margin-top: 16px;
  width: 230px;
}

section .new .main_left .main_left_down .w ul li {
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}

section .new .main_left .main_left_down .w ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

section .new .main_left .main_left_down .w ul li span {
  position: absolute;
  left: 64px;
  top: 38px;
}

section .new .main_left .main_left_down .w ul li:nth-child(2) {
  height: 77px;
}

section .new .main_left .main_left_down .w ul li:nth-child(2) a {
  line-height: 55px;
}

section .new .main_right {
  position: absolute;
  width: 900px;
  right: 0;
  background-color: #ffffff;
  padding: 0 0 60px 0;
}

section .new .main_right .main_right_up {
  width: 860px;
  height: 89px;
  border-bottom: solid 1px #cccccc;
}

section .new .main_right .main_right_up h1 {
  font-size: 20px;
  float: left;
  margin-top: 40px;
  color: #333333;
}

section .new .main_right .main_right_down {
  width: 860px;
  padding: 0 0 60px 0;
}

section .new .main_right .main_right_down .uls ul li {
  margin-top: 30px;
  width: 860px;
  height: 190px;
  background-color: #f7f7f7;
}

section .new .main_right .main_right_down .uls ul li dl dt {
  float: left;
  width: 272px;
  height: 190px;
  overflow: hidden;
}

section .new .main_right .main_right_down .uls ul li dl dt a img {
  width: 272px;
  height: 190px;
  transition: all 0.6s;
}

section .new .main_right .main_right_down .uls ul li dl dt:hover a img {
  transform: scale(1.2);
}

section .new .main_right .main_right_down .uls ul li dl dd {
  float: left;
  width: 588px;
  height: 190px;
}

section .new .main_right .main_right_down .uls ul li dl dd h3 {
  line-height: 44px;
  margin-top: 30px;
  margin-left: 20px;
}

section .new .main_right .main_right_down .uls ul li dl dd h3 a {
  font-weight: bold;
  font-size: 16px;
  color: #185494;
}

section .new .main_right .main_right_down .uls ul li dl dd p {
  width: 550px;
  height: 100px;
  margin-left: 20px;
}

section .new .main_right .main_right_down .uls ul li dl dd p a {
  font-size: 14px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

section .new .main_right .main_right_down .pagination {
  text-align: center;
  margin-top: 40px;
}

section .new .main_right .main_right_down .pagination li {
  margin: 0 6px;
  height: 40px;
  float: left;
}

section .new .main_right .main_right_down .pagination li a {
  transition: all 0.2s;
}

section .new .main_right .main_right_down .pagination li a, section .new .main_right .main_right_down .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

section .new .main_right .main_right_down .pagination li:hover a {
  background: #185494;
  color: #ffffff;
}

section .new .main_right .main_right_down .pagination li.active span {
  background: #185494;
  color: #ffffff;
}

section .new .main_right .main_right_down .pagination li.disabled span {
  color: #cccccc;
}

section .new .main_right .main_right_down .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

section .main_right .service .fill ul {
  float: left;
  margin-top: 30px;
  height: 172px;
  display: flex;
  flex-wrap: wrap;
}

section .main_right .service .fill ul li {
  position: relative;
  padding-right: 28px;
}
section .main_right .service .fill ul li:nth-child(3n){
  padding-right: 0px;
} 

section .main_right .service .fill ul li input {
  width: 256px;
  height: 44px;
  padding: 5px;
  border: solid 1px #e5e5e5;
}

section .main_right .service .fill ul li select {
  width: 266px;
  height: 54px;
  border: solid 1px #e5e5e5;
  color: #898989;
  text-align: center;
}

section .main_right .service .fill ul li select option {
  width: 266px;
  height: 54px;
}

section .main_right .service .fill ul li .down {
  width: 54px;
  height: 54px;
  background-color: #f0f0f0;
  position: absolute;
  right: 0;
  top: 0;
}

section .main_right .service .fill_in {
  float: left;
  width: 858px;
  border: solid 1px #e5e5e5;
  height: 198px;
}

section .main_right .service .btn {
  margin-top: 26px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  height: 54px;
  width: 266px;
  border: solid 1px #e5e5e5;
  background-color: #185494;
}

section .main_right  .contact_us .main_down_s {
  height: 157px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .main_right  .contact_us .main_down_s ul {
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  float: left;
  line-height: 30px;
}

section .main_right  .contact_us .main_down_s ol {
  margin-left: 108px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  float: left;
  line-height: 30px;
}

section .main_right  .contact_us .main_down_z {
  height: 192px;
  border-bottom: 1px #e5e5e5 dashed;
}

section .main_right  .contact_us .main_down_z ul {
  float: left;
  margin-top: 30px;
}

section .main_right  .contact_us .main_down_z ul li {
  margin-left: 27px;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 5px;
}

section .main_right  .contact_us .main_down_z ul li.active {
  margin-left: 0;
}

section .main_right  .contact_us .main_down_z ul li dl dt img {
  margin-top: 8px;
  max-width: 100%;
  max-height: 84px;
}

section .main_right  .contact_us .main_down_z ul li dl dd {
  line-height: 80px;
  font-size: 14px;
  color: #333333;
}

section .main_right  .contact_us .main_down_map {
  height: 360px;
  margin-top: 30px;
}

section .k {
  width: 1200px;
  height: 60px;
  clear: both;
}
footer {clear: both;}
footer .foot {
  height: 254px;
  border-bottom: solid 1px #cccccc;
  background-color: #08294c;
}

footer .foot .foot_connect {
  width: 1200px;
  margin:0 auto;
}

footer .foot .foot_connect .foot_left {
  float: left;
  width: 450px;
  height: 254px;
}

footer .foot .foot_connect .foot_left dl {
  float: left;
}

footer .foot .foot_connect .foot_left dl dt img {
  margin-top: 60px;
  width: 194px;
  height: 70px;
}

footer .foot .foot_connect .foot_left dl dd {
  margin-top: 45px;
  width: 300px;
  height: 40px;
  float: left;
}

footer .foot .foot_connect .foot_left dl dd ul li {
  float: left;
  margin-left: 20px;
  width: 38px;
  height: 38px;
  border: solid 1px #ffffff;
  border-radius: 100px;
}

footer .foot .foot_connect .foot_left dl dd ul li:nth-child(2) {
  border: green solid 1px;
  background-color: green;
}

footer .foot .foot_connect .foot_left dl dd ul li a {
  margin-left: 8px;
  line-height: 38px;
}

footer .foot .foot_connect .foot_left dl dd ul li a .iconfont {
  font-size: 22px;
  color: #ffffff;
}

footer .foot .foot_connect .foot_left dl dd ul li:nth-child(1) {
  margin-left: 0;
}

footer .foot .foot_connect .foot_right {
  float: right;
  width: 750px;
  height: 254px;
}

footer .foot .foot_connect .foot_right .foot_right_le {
  float: left;
  height: 254px;
  width: 450px;
}

footer .foot .foot_connect .foot_right .foot_right_le p {
  float: left;
  margin-top: 60px;
}

footer .foot .foot_connect .foot_right .foot_right_le p a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

footer .foot .foot_connect .foot_right .foot_right_le ul {
  margin-top: 35px;
  float: left;
}

footer .foot .foot_connect .foot_right .foot_right_le ul li {
  float: left;
  width: 120px;
  height: 40px;
}

footer .foot .foot_connect .foot_right .foot_right_le ul li a {
  color: #cccccc;
}

footer .foot .foot_connect .foot_right .foot_right_ri {
  float: right;
  height: 254px;
  color: #cccccc;
  width: 300px;
}

footer .foot .foot_connect .foot_right .foot_right_ri p {
  float: left;
  margin-top: 60px;
}

footer .foot .foot_connect .foot_right .foot_right_ri p a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

footer .foot .foot_connect .foot_right .foot_right_ri ul {
  float: left;
  margin-top: 35px;
}

footer .foot .foot_connect .foot_right .foot_right_ri ul li {
  float: left;
  height: 40px;
}

footer .foot .foot_connect .foot_right .foot_right_ri ul li a {
  color: #cccccc;
}

footer .footer {
  height: 46px;
  background-color: #474747;
}

footer .footer .footer_connect {
  height: 46px;
  width: 1200px;
  margin:0px auto;
}


footer .footer .footer_connect p {
  font-size: 12px;
  float: left;
  color: #cccccc;
  line-height: 46px;
}
footer .footer .footer_connect  a{
  color: #cccccc;
}
footer .footer .footer_connect span {
  float: right;
  color: #cccccc;
  line-height: 46px;
  font-size: 12px;
}


section .main_right .sub_nav{
  font-size: 12px;
  color: #a7a7a7;
  height: 50px;
  line-height: 50px;
}

.caseArt{
  display:none; 
  padding: 20px; 
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}

